AuthUserFile


Purpose

The AuthUserFile directive sets the file to use as a list of users and passwords for user authentication.


Scope

This directive applies to both global and per-directory ACFs.

This directive must be accompanied by AuthName, AuthType, and AuthGroupFile directives in order for user authentication to work properly.


Syntax

AuthUserFile path

path is the absolute path of a user file created with the htpasswd support program.


Default

There is no default.


Example

AuthUserFile c:/httpd/conf/htpasswd.ctl

Sets the authorization user file for this directory to c:/httpd/conf/htpasswd.ctl.

Return to access configuration overview


Robert B. Denny <rdenny@netcom.com>